home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 105 (1991-02)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 105 (1991-02)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / AmigaUUCP / include / lib_protos.h < prev    next >
Text File  |  1991-02-14  |  3KB  |  136 lines

  1.  
  2. /* MACHINE GENERATED */
  3.  
  4.  
  5. /* getpwnam.c           */
  6.  
  7. Prototype struct passwd *getpwnam(const char *);
  8.  
  9. /* lockserial.c         */
  10.  
  11. Prototype void LockSerialPort(const char *, long);
  12. Prototype void UnLockSerialPort(const char *, long);
  13.  
  14. /* setstdin.c           */
  15.  
  16. Prototype int SetStdin(int, char **);
  17.  
  18. /* sleep.c              */
  19.  
  20. Prototype void sleep(int);
  21.  
  22. /* validuser.c          */
  23.  
  24. Prototype int ValidUser(const char *);
  25.  
  26. /* lsys.c               */
  27.  
  28. Prototype int is_in_L_sys_file(const char *);
  29.  
  30. /* stpchr.c             */
  31.  
  32. Prototype const char *stpchr(const char *, char);
  33.  
  34. /* mntreq.c             */
  35.  
  36. Prototype void mountrequest(int);
  37.  
  38. /* security.c           */
  39.  
  40. Prototype int SecurityDisallow(char *, int);
  41. Prototype int SameLock(long, long);
  42.  
  43. /* log.c                */
  44.  
  45. Prototype void ulog(int, const char *, ...);
  46. Prototype void OpenLog();
  47. Prototype void CLoseLog();
  48.  
  49. /* lockfile.c           */
  50.  
  51. Prototype void LockFile(const char *);
  52. Prototype void UnLockFile(const char *);
  53. Prototype void UnLockFiles(void);
  54. Prototype int FileIsLocked(const char *);
  55.  
  56. /* tmpfile.c            */
  57.  
  58. Prototype char *TmpFileName(const char *);
  59.  
  60. /* seq.c                */
  61.  
  62. Prototype int GetSequence(int);
  63.  
  64. /* getenv.c             */
  65.  
  66. Prototype char *gettmpenv(const char *);
  67. Prototype char *getenv(const char *);
  68.  
  69. /* waitmsg.c            */
  70.  
  71. Prototype void WaitMsg(struct Message *);
  72.  
  73. /* config.c             */
  74.  
  75. Prototype char *FindConfig(const char *);
  76. Prototype char *GetConfig(const char *, char *);
  77. Prototype char *GetConfigDir(char *);
  78. Prototype char *GetConfigProgram(char *);
  79. Prototype char *MakeConfigPath(const char *, const char *);
  80. Prototype char *MallocEnviro(const char *);
  81. Prototype FILE *openlib(const char *);
  82. Prototype FILE *openlib_write(const char *);
  83.  
  84. /* alias.c              */
  85.  
  86. Prototype void LoadAliases(void);
  87. Prototype int  UserAliasList(const char *, int (*)(const char *, long, int), long, int);
  88.  
  89. /* string.c             */
  90.  
  91. Prototype int strcmpi(const char *, const char *);
  92. Prototype int strncmpi(const char *, const char *, int);
  93.  
  94. /* getfiles.c           */
  95.  
  96. Prototype dir_list *getfiles(const char *, int, int (*)(char *), int (*)(dir_list *, dir_list *));
  97.  
  98. /* ndir.c               */
  99.  
  100. Prototype struct DIR *opendir(const char *);
  101. Prototype void rewinddir(struct DIR *);
  102. Prototype struct direct *readdir(struct DIR *);
  103. Prototype void closedir(struct DIR *);
  104.  
  105. /* list_sort.c          */
  106.  
  107.  
  108. /* qsort.c              */
  109.  
  110.  
  111. /* strtokp.c            */
  112.  
  113. Prototype char *strtokp(char **, char *);
  114.  
  115. /* expand_path.c        */
  116.  
  117. Prototype char *expand_path(const char *, const char *);
  118.  
  119. /* isdir.c              */
  120.  
  121. Prototype int IsDir(const char *);
  122.  
  123. /* getuser.c            */
  124.  
  125. Prototype char *GetUserName(void);
  126. Prototype char *GetRealName(void);
  127.  
  128. /* gethead.a            */
  129.  
  130.  
  131. /* gettail.a            */
  132.  
  133.  
  134. /* getpred.a            */
  135.  
  136.